ComponentOne FinancialChart for WPF
C1.Silverlight.Resources Namespace / Common<R> Class
The strongly-typed resource subclass
Members



In This Topic
    Common<R> Class
    In This Topic
    A helper base for resource strongly-typed resource class that reads resources from the application assembly.
    Syntax
    'Declaration
     
    
    Public Class Common(Of R As {New, Common(Of R)}) 
    'Usage
     
    
    Dim instance As Common(Of R)
    public class Common<R> 
    where R: new(), Common<R>
    generic<typename R>
    public ref class Common 
    where R: gcnew(), Common<R>
    Type Parameters
    R
    The strongly-typed resource subclass
    Inheritance Hierarchy

    System.Object
       C1.Silverlight.Resources.Common<R>

    See Also